home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m42.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  256 b   |  12 lines

  1. on mouseDown
  2.   set the castNum of sprite 43 to cast "b025"
  3.   if pressTourButton(43) then
  4.     pupSprites(1, 48, 0)
  5.     sound stop 1
  6.     sound stop 2
  7.     set the volume of sound 1 to 255
  8.     set the volume of sound 2 to 255
  9.     go(1, "m06.dir")
  10.   end if
  11. end
  12.